home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / Netobj / CDK / NetObjectsFusionCDK5_97.exe / _SETUP.1 / PictureStretchMode.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-08  |  290 b   |  6 lines

  1. interface PictureStretchMode {
  2.    int DRAW_NATURAL = 1;
  3.    int DRAW_STRETCHED = 2;
  4.    int DRAW_TILED = 4;
  5. }
  6.